home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / vcheck10.zip / V-CHECK.DOC < prev    next >
Text File  |  1992-04-18  |  6KB  |  143 lines

  1.  
  2.    ┌──╖         ┌──╖         ┌─────────╖
  3.    └┐ ╙╖       ┌┘ ╓╜         │  ╓───┐  ║
  4.     └┐ ╙╖     ┌┘ ╓╜          │  ║   └──╜ ┌─╖ ┌─╖ ┌─────╖ ┌─────╖ ┌─╖┌───╖
  5.      └┐ ╙╖   ┌┘ ╓╜           │  ║        │ ║ │ ║ │ ╓───╜ │ ╓─┐ ║ │ ║│ ╓─╜
  6.       └┐ ╙╖ ┌┘ ╓╜    ┌─────╖ │  ║        │ ╙─┘ ║ │ ╙─╖   │ ║ └─╜ │ ╙┘ ╙─╖
  7.        └┐ ╙─┘ ╓╜     └─────╜ │  ║   ┌──╖ │ ╓─┐ ║ │ ╓─╜   │ ║ ┌─╖ │ ╓──┐ ║
  8.         └┐   ╓╜              │  ╙───┘  ║ │ ║ │ ║ │ ╙───╖ │ ╙─┘ ║ │ ║  │ ║
  9.          └───╜               └─────────╜ └─╜ └─╜ └─────╜ └─────╜ └─╜  └─╜
  10.                      (C) Copyright - 1992 - Ron Bergeron
  11.  
  12.  
  13. ┌─────────────┐
  14. │ What Is It? │
  15. └─────────────┘
  16. V-CHECK is a door which allows  the  BBS  caller  to  test  the  archive
  17. integrity  of  a  file made with either PKZIP or ARJ.  V-CHECK will also
  18. test the contents of the archive for viruses.  This way, the user  knows
  19. that  they  are  not  wasting  their time downloading a file that either
  20. won't work because it is corrupted or will infect their systems  with  a
  21. virus.
  22.  
  23. ┌────────────────┐
  24. │ Who Is It For? │
  25. └────────────────┘
  26. V-CHECK  was  written  for  and has been tested with QuickBBS and Remote
  27. Access BBS systems.  It may work with other bulletin board software with
  28. the proper converter.
  29.  
  30. ┌───────────────────┐
  31. │ What is required? │
  32. └───────────────────┘
  33. V-CHECK  requires bulletin board software which can pass the path of the
  34. current file area to a door.  PKUNZIP.EXE, ARJ.EXE,  and  SCAN.EXE  must
  35. all be accessible through your DOS path.
  36.  
  37. ┌─────────────────────┐
  38. │ How Do I Set It Up? │
  39. └─────────────────────┘
  40. V-CHECK  can  be  run as a type 7 door on both QuickBBS and RA.  Because
  41. V-CHECK calls up PKUNZIP.EXE (or ARJ.EXE) and SCAN.EXE,  it  requires  a
  42. considerable  amount  of  memory.  You must instruct your BBS to swap to
  43. disk.  You must also pass the path of the current file area to  V-CHECK.
  44. These  things  can  be accomplished by using the following optional data
  45. line in your menu:
  46.  
  47.                           *c /c *M v-check *0
  48.  
  49. (Consult your BBS documentation for a full explanation of how to set  up
  50. type 7 doors.)
  51.  
  52. V-CHECK  also  requires  the configuration file V-CHECK.CFG to be in the
  53. default directory.  With the above optional data line, your config  file
  54. as well as V-CHECK.EXE must be in your BBS directory.
  55.  
  56. The configuration file looks like:
  57.  
  58.                ┌────────────────────────────────────────┐
  59.                │ d:\qbbs                                │
  60.                │ d:\qbbs\work                           │
  61.                │ 1                                      │
  62.                │                                        │
  63.                │ line 1: path to bbs system files       │
  64.                │ line 2: path to V-CHECK work directory │
  65.                │ line 3: 1 = maintain log   0 = no log  │
  66.                └────────────────────────────────────────┘
  67.  
  68. A  sample V-CHECK.CFG file is included in the .zip file.  Only the first
  69. three lines are read by V-CHECK.  Anything beyond the first three  lines
  70. are considered to be comments.
  71.  
  72. Line  one  is  the path to your BBS system files.  This is where V-CHECK
  73. will look for the user information file DORINFO1.DEF.
  74.  
  75. Line two is the path to the directory that V-CHECK will use as its  work
  76. directory.   Make  sure  that this directory exists and does not contain
  77. anything of importance!  V-CHECK will delete ALL files in this directory
  78. after scanning for viruses.
  79.  
  80. Line three tells V-CHECK whether or not you want to  maintain a log file
  81. of its activity.  If you enter a 0, V-CHECK will NOT maintain a log.  If
  82. you enter a 1, V-CHECK will update a log file (called V-CHECK.LOG) every
  83. time it is run.  Each line of the log will contain the date, the name of
  84. the  file  checked, whether or not there were any problems uncompressing
  85. the file, and whether or not there were any problems found by SCAN.
  86.  
  87. ┌──────────────┐
  88. │ Registration │
  89. └──────────────┘
  90. V-CHECK is NOT freeware!  If you use V-CHECK on your BBS for more than 3
  91. weeks, you are required to register it.  Run the program REGISTER.EXE if
  92. you decide to register.  When you register, your BBS name will appear in
  93. place  of  the bright yellow [UNREGISTERED] displayed in the door.  This
  94. will show your callers that YOU support shareware!
  95.  
  96. ┌────────────┐
  97. │ The Future │
  98. └────────────┘
  99. If there are requests for it, I will add additional archive  formats  to
  100. V-CHECK.  I chose .ZIP and .ARJ at this time because they seem to be the
  101. most popular.  If you send  me  a  request  to  add  additional  formats
  102. (preferably  along with your registration [hint...hint]), I will be glad
  103. to do so.
  104.  
  105. ┌───────────┐
  106. │ Copyright │
  107. └───────────┘
  108. V-CHECK, Copyright  1992  by  Ron  Bergeron,  is  being  distributed  as
  109. Shareware.   Under this concept you may use the SHAREWARE (unregistered)
  110. version for a reasonable period of time for evaluation after  which  you
  111. must either register your copy or remove it from use on your BBS.
  112.  
  113. ┌──────────┐
  114. │ Warranty │
  115. └──────────┘
  116. This product is provided as is without warranty of any kind.  The entire
  117. risk as to the results and performance of the program is assumed by you.
  118. Futhermore,  the  author  does not warrant, guarantee, or make any other
  119. representations regarding the use of, or the results of the use  of  the
  120. program,  and  you  rely  on  the program and results solely at your own
  121. risk.  The author cannot and will not accept responsibility  for  system
  122. damage, loss of profit or any other special, consequential or incidental
  123. damages resulting from the use of or inability to use this product.
  124.  
  125. ┌────────────┐
  126. │ Trademarks │
  127. └────────────┘
  128. PKUNZIP is a trademark of PKWare Inc.  ARJ is a trademark of  Robert  K.
  129. Jung.  QuickBBS  is a  trademark of Pegasus Software.  RemoteAccess is a
  130. trademark  of  Continental  Software.   SCAN is a  trademark  of  McAfee
  131. Associates.
  132.  
  133. ┌───────────┐
  134. │ Questions │
  135. └───────────┘
  136. I can be reached for questions or comments on my BBS.
  137.  
  138.                               Ron Bergeron
  139.  
  140.                               The Machine
  141.                              (508)948-2921
  142.                            FidoNet 1:324/124
  143.